DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / FilterAsync Method
The filter expression applied to the data.
The cancellation token.

In This Topic
    FilterAsync Method (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Filters the data using specified filterExpression.
    Syntax
    'Declaration
     
    Public Function FilterAsync( _
       ByVal filterExpression As FilterExpression, _
       Optional ByVal cancellationToken As CancellationToken _
    ) As Task

    Parameters

    filterExpression
    The filter expression applied to the data.
    cancellationToken
    The cancellation token.
    See Also